Instance 0

Centrality↓:0.0  Specificity↑:0.7357588823428847
Class290.readInt(BufferedReader bin){
            String line = bin.readLine();
                return Integer.parseInt(line);
                throw new IOException("Expected number, got '" + line + "'");
}